[INFO] cloning repository https://github.com/lprib/browncode
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lprib/browncode" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flprib%2Fbrowncode", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flprib%2Fbrowncode'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 734650e0308158e93c7bb3c567661a3d5511f247
[INFO] fixing lprib/browncode against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flprib%2Fbrowncode" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lprib/browncode
[INFO] finished tweaking git repo https://github.com/lprib/browncode
[INFO] tweaked toml for git repo https://github.com/lprib/browncode written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lprib/browncode on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lprib/browncode already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0d2196cebf33eadce3511bc482a91acafe2e2c3a6c5339e0a553bc8a3e4ec067
[INFO] running `Command { std: "docker" "start" "0d2196cebf33eadce3511bc482a91acafe2e2c3a6c5339e0a553bc8a3e4ec067", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0d2196cebf33eadce3511bc482a91acafe2e2c3a6c5339e0a553bc8a3e4ec067" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d2196cebf33eadce3511bc482a91acafe2e2c3a6c5339e0a553bc8a3e4ec067", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0d2196cebf33eadce3511bc482a91acafe2e2c3a6c5339e0a553bc8a3e4ec067" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Compiling proc-macro2 v1.0.5
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]    Compiling getrandom v0.1.12
[INFO] [stderr]    Compiling syn v1.0.5
[INFO] [stderr]    Compiling bitflags v1.2.0
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling num-iter v0.1.39
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling sdl2-sys v0.32.6
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]    Compiling unicode-segmentation v1.3.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.5
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]    Compiling sdl2 v0.32.2
[INFO] [stderr]    Compiling peg v0.5.7
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking c2-chacha v0.2.2
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking rand_chacha v0.2.1
[INFO] [stderr]     Checking rand v0.7.2
[INFO] [stderr]    Compiling browncode v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating build.rs from 2018 edition to 2021
[INFO] [stderr]     Checking num v0.1.42
[INFO] [stderr]    Compiling proc-macro-error v0.2.6
[INFO] [stderr]    Compiling structopt-derive v0.3.3
[INFO] [stderr]     Checking structopt v0.3.3
[INFO] [stderr]    Migrating src/main.rs from 2018 edition to 2021
[INFO] [stderr]        Fixed /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs (20 fixes)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.65s
[INFO] [stderr] crater-edition-check: browncode v0.1.0 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]    Compiling browncode v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:87:359
[INFO] [stdout]    |
[INFO] [stdout] 87 | ...ge_at ( __input , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failur...
[INFO] [stdout]    |                                             ^^^^---^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:87:373
[INFO] [stdout]    |
[INFO] [stdout] 87 | ...t , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[...
[INFO] [stdout]    |                                             ^^^^---^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:87:770
[INFO] [stdout]    |
[INFO] [stdout] 87 | ...ge_at ( __input , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' | '0' ... '9' | '_' => Matched ( __next , ( ) ) , _ => __state...
[INFO] [stdout]    |                                             ^^^^---^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:87:784
[INFO] [stdout]    |
[INFO] [stdout] 87 | ...t , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' | '0' ... '9' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failur...
[INFO] [stdout]    |                                             ^^^^---^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:87:798
[INFO] [stdout]    |
[INFO] [stdout] 87 | ...match __ch { 'a' ... 'z' | 'A' ... 'Z' | '0' ... '9' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[...
[INFO] [stdout]    |                                             ^^^^---^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:89:465
[INFO] [stdout]    |
[INFO] [stdout] 89 | ...ge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ...
[INFO] [stdout]    |                                             ^^^^---^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:91:572
[INFO] [stdout]    |
[INFO] [stdout] 91 | ...ge_at ( __input , __pos ) ; match __ch { '0' ... '9' | 'A' ... 'F' | 'a' ... 'f' => Matched ( __next , ( ) ) , _ => __state . mar...
[INFO] [stdout]    |                                             ^^^^---^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:91:586
[INFO] [stdout]    |
[INFO] [stdout] 91 | ...t , __pos ) ; match __ch { '0' ... '9' | 'A' ... 'F' | 'a' ... 'f' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __...
[INFO] [stdout]    |                                             ^^^^---^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:91:600
[INFO] [stdout]    |
[INFO] [stdout] 91 | ...match __ch { '0' ... '9' | 'A' ... 'F' | 'a' ... 'f' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9A-F...
[INFO] [stdout]    |                                             ^^^^---^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:93:575
[INFO] [stdout]    |
[INFO] [stdout] 93 | ...ge_at ( __input , __pos ) ; match __ch { '0' ... '1' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-1]" ...
[INFO] [stdout]    |                                             ^^^^---^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:149:690
[INFO] [stdout]     |
[INFO] [stdout] 149 | ...ge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]"...
[INFO] [stdout]     |                                             ^^^^---^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:154:499
[INFO] [stdout]     |
[INFO] [stdout] 154 | ...ge_at ( __input , __pos ) ; match __ch { 'a' ... 'f' | 'A' ... 'f' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . ma...
[INFO] [stdout]     |                                             ^^^^---^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:154:513
[INFO] [stdout]     |
[INFO] [stdout] 154 | ...t , __pos ) ; match __ch { 'a' ... 'f' | 'A' ... 'f' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( _...
[INFO] [stdout]     |                                             ^^^^---^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:154:527
[INFO] [stdout]     |
[INFO] [stdout] 154 | ...match __ch { 'a' ... 'f' | 'A' ... 'f' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[a-fA-...
[INFO] [stdout]     |                                             ^^^^---^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:158:472
[INFO] [stdout]     |
[INFO] [stdout] 158 | ...ge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]"...
[INFO] [stdout]     |                                             ^^^^---^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:160:583
[INFO] [stdout]     |
[INFO] [stdout] 160 | ...ge_at ( __input , __pos ) ; match __ch { '0' ... '1' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-1]"...
[INFO] [stdout]     |                                             ^^^^---^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:162:473
[INFO] [stdout]     |
[INFO] [stdout] 162 | ...ge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]"...
[INFO] [stdout]     |                                             ^^^^---^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:168:584
[INFO] [stdout]     |
[INFO] [stdout] 168 | ...ge_at ( __input , __pos ) ; match __ch { 'a' ... 'f' | 'A' ... 'F' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . ma...
[INFO] [stdout]     |                                             ^^^^---^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:168:598
[INFO] [stdout]     |
[INFO] [stdout] 168 | ...t , __pos ) ; match __ch { 'a' ... 'f' | 'A' ... 'F' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( _...
[INFO] [stdout]     |                                             ^^^^---^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:168:612
[INFO] [stdout]     |
[INFO] [stdout] 168 | ...match __ch { 'a' ... 'f' | 'A' ... 'F' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[a-fA-...
[INFO] [stdout]     |                                             ^^^^---^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:87:359
[INFO] [stdout]    |
[INFO] [stdout] 87 | ...ge_at ( __input , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failur...
[INFO] [stdout]    |                                             ^^^^---^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:87:373
[INFO] [stdout]    |
[INFO] [stdout] 87 | ...t , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[...
[INFO] [stdout]    |                                             ^^^^---^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:87:770
[INFO] [stdout]    |
[INFO] [stdout] 87 | ...ge_at ( __input , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' | '0' ... '9' | '_' => Matched ( __next , ( ) ) , _ => __state...
[INFO] [stdout]    |                                             ^^^^---^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:87:784
[INFO] [stdout]    |
[INFO] [stdout] 87 | ...t , __pos ) ; match __ch { 'a' ... 'z' | 'A' ... 'Z' | '0' ... '9' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failur...
[INFO] [stdout]    |                                             ^^^^---^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:87:798
[INFO] [stdout]    |
[INFO] [stdout] 87 | ...match __ch { 'a' ... 'z' | 'A' ... 'Z' | '0' ... '9' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[...
[INFO] [stdout]    |                                             ^^^^---^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:89:465
[INFO] [stdout]    |
[INFO] [stdout] 89 | ...ge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ...
[INFO] [stdout]    |                                             ^^^^---^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:91:572
[INFO] [stdout]    |
[INFO] [stdout] 91 | ...ge_at ( __input , __pos ) ; match __ch { '0' ... '9' | 'A' ... 'F' | 'a' ... 'f' => Matched ( __next , ( ) ) , _ => __state . mar...
[INFO] [stdout]    |                                             ^^^^---^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:91:586
[INFO] [stdout]    |
[INFO] [stdout] 91 | ...t , __pos ) ; match __ch { '0' ... '9' | 'A' ... 'F' | 'a' ... 'f' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __...
[INFO] [stdout]    |                                             ^^^^---^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:91:600
[INFO] [stdout]    |
[INFO] [stdout] 91 | ...match __ch { '0' ... '9' | 'A' ... 'F' | 'a' ... 'f' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9A-F...
[INFO] [stdout]    |                                             ^^^^---^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:93:575
[INFO] [stdout]    |
[INFO] [stdout] 93 | ...ge_at ( __input , __pos ) ; match __ch { '0' ... '1' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-1]" ...
[INFO] [stdout]    |                                             ^^^^---^^^^
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:149:690
[INFO] [stdout]     |
[INFO] [stdout] 149 | ...ge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]"...
[INFO] [stdout]     |                                             ^^^^---^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:154:499
[INFO] [stdout]     |
[INFO] [stdout] 154 | ...ge_at ( __input , __pos ) ; match __ch { 'a' ... 'f' | 'A' ... 'f' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . ma...
[INFO] [stdout]     |                                             ^^^^---^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:154:513
[INFO] [stdout]     |
[INFO] [stdout] 154 | ...t , __pos ) ; match __ch { 'a' ... 'f' | 'A' ... 'f' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( _...
[INFO] [stdout]     |                                             ^^^^---^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:154:527
[INFO] [stdout]     |
[INFO] [stdout] 154 | ...match __ch { 'a' ... 'f' | 'A' ... 'f' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[a-fA-...
[INFO] [stdout]     |                                             ^^^^---^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:158:472
[INFO] [stdout]     |
[INFO] [stdout] 158 | ...ge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]"...
[INFO] [stdout]     |                                             ^^^^---^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:160:583
[INFO] [stdout]     |
[INFO] [stdout] 160 | ...ge_at ( __input , __pos ) ; match __ch { '0' ... '1' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-1]"...
[INFO] [stdout]     |                                             ^^^^---^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:162:473
[INFO] [stdout]     |
[INFO] [stdout] 162 | ...ge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]"...
[INFO] [stdout]     |                                             ^^^^---^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:168:584
[INFO] [stdout]     |
[INFO] [stdout] 168 | ...ge_at ( __input , __pos ) ; match __ch { 'a' ... 'f' | 'A' ... 'F' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . ma...
[INFO] [stdout]     |                                             ^^^^---^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:168:598
[INFO] [stdout]     |
[INFO] [stdout] 168 | ...t , __pos ) ; match __ch { 'a' ... 'f' | 'A' ... 'F' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( _...
[INFO] [stdout]     |                                             ^^^^---^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0783]: `...` range patterns are deprecated
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/browncode-85aee0d68cd19e3f/out/grammar.rs:168:612
[INFO] [stdout]     |
[INFO] [stdout] 168 | ...match __ch { 'a' ... 'f' | 'A' ... 'F' | '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[a-fA-...
[INFO] [stdout]     |                                             ^^^^---^^^^
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: use `..=` for an inclusive range
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0783`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `browncode` (bin "browncode") due to 20 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0783`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `browncode` (bin "browncode" test) due to 20 previous errors
[INFO] running `Command { std: "docker" "inspect" "0d2196cebf33eadce3511bc482a91acafe2e2c3a6c5339e0a553bc8a3e4ec067", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d2196cebf33eadce3511bc482a91acafe2e2c3a6c5339e0a553bc8a3e4ec067", kill_on_drop: false }`
[INFO] [stdout] 0d2196cebf33eadce3511bc482a91acafe2e2c3a6c5339e0a553bc8a3e4ec067
